home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
dev
/
misc
/
thesource7.lha
/
Utilities
/
xemhex.lha
/
xemhex
/
source
/
HEXconsole.h
next >
Wrap
C/C++ Source or Header
|
1993-05-23
|
246b
|
13 lines
#include "ownincs/xem.h"
struct HEXConsole {
struct XEM_IO *io;
struct XEmulatorMacroKey *macrokeys;
/* HEX spezifisches.. */
struct TextFont *topazFont8;
struct TextFont *topazFont11;
struct MsgPort *wconport;
struct IOStdReq *wcon;
};